Skip to content

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Aug 14, 2025

No description provided.

onobc added 2 commits August 14, 2025 16:27
This commit removes the following no longer needed exclusions from the
pulsar-client-all dependency in the spring-pulsar module:

- `org.apache.logging.log4j:*`
- `com.google.protobuf:protobuf-java`

Signed-off-by: onobc <[email protected]>
This commit excludes the 'commons-logging' transitive dependency from the
pulsar-client-all dependency in the spring-pulsar module.

Signed-off-by: onobc <[email protected]>
@onobc onobc added this to the 2.0.0-M2 milestone Aug 14, 2025
@onobc onobc added the type: improvement An improvement of implementation of existing feature label Aug 14, 2025
dependencies {
api 'io.micrometer:micrometer-observation'
api (libs.pulsar.client.all) {
exclude group: 'commons-logging', module: 'commons-logging'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @snicoll,

You should be able to remove the numerous exclusions in spring-projects/spring-boot@ad8ca01 once this is merged.

Note

The spring-pulsar-reactive module also leverages these exclusions in spring-pulsar

@onobc onobc merged commit 2894006 into spring-projects:main Aug 14, 2025
7 checks passed
@onobc onobc deleted the cleanup-exclusions branch August 14, 2025 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement An improvement of implementation of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant